[Umbraco 6.2.x] Performance with 10 million + nodes
Hi guys,
We currently have a website live with Umbraco 6.2.1 and are going to add more features to it.
Our client expects the website to have 10 million+ comments on the website.
Has anyone experienced performance issues with this amount of nodes? Do you have any tips how we can handle this within Umbraco or these comments would be better in a separate table?
I would personally put comments for a page in a separate table. It would be better to keep content and comments separate and let Umbraco do what it does best. Adding comments to a separate table gives you the ability to customise indexes on the table or create file indexes based on its content.
I think you'll find that if you had an Umbraco site with over one million pages, it might start to run a little slow.
[Umbraco 6.2.x] Performance with 10 million + nodes
Hi guys,
We currently have a website live with Umbraco 6.2.1 and are going to add more features to it.
Our client expects the website to have 10 million+ comments on the website.
Has anyone experienced performance issues with this amount of nodes? Do you have any tips how we can handle this within Umbraco or these comments would be better in a separate table?
Regards.
Hi Francielle,
I would personally put comments for a page in a separate table. It would be better to keep content and comments separate and let Umbraco do what it does best. Adding comments to a separate table gives you the ability to customise indexes on the table or create file indexes based on its content.
I think you'll find that if you had an Umbraco site with over one million pages, it might start to run a little slow.
Thanks, Dan.
is working on a reply...